imgbool

usage: imgbool in1img in2img outimg [-o OPERAND] [-x X] [-y Y] [-L]

imgbool performs boolean combination between two
images: OR, AND, or XOR

ARGUMENTS:
   in1img: first input image filename (TIF)
   in2img: second input image filename (TIF)
   outimg: output image filename (TIF)

OPTIONS:
       -o: OPERAND <O,A,X> for OR, AND, or XOR.
           Default is OR (O).
     -x X: X-offset location of second image in first.
     -y Y: Y-offset location of second image in first.
           Default = (0,0).
           Note that for images of different sizes, the resultant image
           will be the size of the first specified image.
       -L: print Software License for this module
 
 
 
 

Example:

imgbool lip.tif bull.tif lipbull.tif -o O

lip.tif:

bull.tif:

lipbull.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.